home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMAUTHENTICATE / TFRMAUTHENTICATE.txt
Encoding:
Text File  |  2003-01-14  |  2.4 KB  |  108 lines

  1. inherited frmAuthenticate: TfrmAuthenticate
  2.   Left = 669
  3.   Top = 326
  4.   HelpContext = 1
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited pnlTop: TPanel
  9.     inherited lblCommandName: TLabel
  10.       Caption = ''
  11.     end
  12.     inherited memActionDesc: TMemo
  13.       Lines.Strings = (
  14.         
  15.           'Stops the task until the user authenticates himself in the speci' +
  16.           'fied manner.')
  17.     end
  18.   end
  19.   inherited pnlCenter: TPanel
  20.     inherited pgcControlPage: TPageControl
  21.       inherited tbsAM5Main: TTabSheet
  22.         object rdoPassword: TRadioButton
  23.           Left = 10
  24.           Top = 41
  25.           Width = 333
  26.           Height = 17
  27.           Caption = 'Must enter this &password:'
  28.           TabOrder = 1
  29.           OnClick = rdoPasswordClick
  30.         end
  31.         object edtPassword: TEdit
  32.           Left = 28
  33.           Top = 57
  34.           Width = 206
  35.           Height = 21
  36.           PasswordChar = '*'
  37.           TabOrder = 2
  38.         end
  39.         object rdoCertainUser: TRadioButton
  40.           Left = 10
  41.           Top = 86
  42.           Width = 401
  43.           Height = 17
  44.           Caption = 'This user must be &logged on:'
  45.           TabOrder = 3
  46.           OnClick = rdoCertainUserClick
  47.         end
  48.         object edtUser: TEdit
  49.           Left = 28
  50.           Top = 102
  51.           Width = 206
  52.           Height = 21
  53.           TabOrder = 4
  54.         end
  55.         object rdoUseWindows: TRadioButton
  56.           Left = 10
  57.           Top = 18
  58.           Width = 449
  59.           Height = 15
  60.           Caption = 
  61.             'Must pass a standard &Windows log on (not supported on Windows 9' +
  62.             '5/98/ME)'
  63.           Checked = True
  64.           TabOrder = 0
  65.           TabStop = True
  66.           OnClick = rdoUseWindowsClick
  67.         end
  68.       end
  69.     end
  70.   end
  71.   inherited taclKeyboardTrap: TActionList
  72.     Left = 204
  73.   end
  74.   inherited dxSIBarManager: TdxBarManager
  75.     Categories.ItemsVisibles = (
  76.       2)
  77.     Categories.Visibles = (
  78.       True)
  79.     PopupMenuLinks = <
  80.       item
  81.         Control = lsvAM5Errors
  82.         PopupMenu = dxCheckPopup
  83.       end>
  84.     DockControlHeights = (
  85.       0
  86.       0
  87.       0
  88.       0)
  89.   end
  90.   inherited dxCheckPopup: TdxBarPopupMenu
  91.     ItemLinks = <
  92.       item
  93.         Item = itmCheckAllErrors
  94.         UserGlyph.Data = {00000000}
  95.         Visible = True
  96.       end
  97.       item
  98.         Item = itmCheckNoErrors
  99.         UserGlyph.Data = {00000000}
  100.         Visible = True
  101.       end>
  102.   end
  103.   inherited IvTranslator1: TIvTranslator
  104.     Left = 232
  105.     Top = 348
  106.   end
  107. end
  108.